From: Kenichi Handa Date: Mon, 5 Mar 2007 06:58:14 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1749 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7456666fd77cb50cc6d140bf68cb6b813eb60bf4;p=emacs.git Fix previous change. --- diff --git a/lisp/international/characters.el b/lisp/international/characters.el index d856693261b..eca68f55930 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el @@ -916,7 +916,8 @@ ;; Latin Extended-A, Latin Extended-B, IPA (setq c #x0100) (while (<= c #x02AF) - (modify-category-entry (decode-char 'ucs c) ?l)) + (modify-category-entry (decode-char 'ucs c) ?l) + (setq c (1+ 1))) (setq c #x0100) (while (<= c #x0177)